From 62f9d2d37e0e2d05046f0aaa39e75b69d1d08c7a Mon Sep 17 00:00:00 2001 From: robertl Date: Sun, 4 Oct 2009 01:34:37 +0000 Subject: [PATCH] Don't output center column in mkchanges any more. --- tools/mkchanges | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/mkchanges b/tools/mkchanges index 3ef2c933c..12db347d5 100644 --- a/tools/mkchanges +++ b/tools/mkchanges @@ -6,7 +6,6 @@ cvsps $* | awk ' split($0, dte, " "); printf "\n%s", dte[2]; - printf "" } /^Log:/ { gsub("^Log:", ""); inlog = 1 } /^Members:/ {printf "%s", logt ; inlog = 0; } -- 2.30.2